* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*font-family: khand;*/
  font-style: normal;
}
body {
  justify-content: center;
  overflow-x: hidden; /* Hide horizontal scrollbar */
}
.nav-header {
  position: fixed;
  display: inline-flex;
  height: 12%;
  width: 100%;
  background-color: rgb(184, 0, 0);
  z-index: 10;
}
.nav-header .img_home {
  position: fixed;
  width: 5%;
  /*background-color: blue; */
}
.img_home .ghantali_home {
  margin-top: 45%;
  margin-left: 5%;
  width: 50%;
  color: red;
}
.nav-header .headertext {
  position: fixed;
  width: 60%;
  margin-left: 5%;
  padding-right: 13%;
  text-align: right;
}
.nav-header .headertext {
  position: fixed;
  width: 60%;
  margin-left: 5%;
  padding-right: 5.5%;
  font-style: bold;
  font-size: 35px;
  color: white;
  text-align: right;
}
.nav-header .main-nav-list {
  position: fixed;
  margin-top: 3%;
  width: 45%;
  margin-left: 61%;
  display: flex;
  color: white;
  gap: 1rem;
}
.main-nav-list a:link {
  color: white;
  text-decoration: none;
}
.main-nav-list a:visited {
  color: white;
  text-decoration: none;
}

/*.main-nav-list {
  margin-left: 61%;
  display: flex;
  gap: 2rem;
}
.main-nav-list a:link {
  color: white;
  text-decoration: none;
}
.main-nav-list a:visited {
  color: white;
  text-decoration: none;
}
.img_home {
  margin-left: 5px;
  margin-top: 3%;
}
.nav-header  .ghantali_home {
  width: 2%;
  color: red;
}*/
.section1 {
  width: 100%;
  height: 550px;
  display: flex;
}

.section1 .img-garland {
  display: flex;
  width: 100%;
  height: 50px;
  margin-left: 5px;
  position: fixed;
  z-index: 10;
}
.bigbell {
  width: 50px;
  height: 50px;
  margin-top: 5%;
}
.smallbell {
  margin-left: 0px;
  width: 25px;
  height: 25px;
  margin-top: 5.3%;
}
.ghanta {
  height: 95%;
  /*  width: 300px; */
  margin-left: 0%;
  margin-top: 18%;
  z-index: 1;
  /*background-color: yellow;*/
}
.img_gallery {
  display: flex;
  position: relative;
  margin-left: 13%;
  margin-top: 10%;
  width: 700px;
  height: 350px;
  border: 8px solid transparent;
  border-radius: 15px;
  background-image: linear-gradient(white, white),
    linear-gradient(to right, #fd1707, #fd1707);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.prev,
.next {
  position: absolute;
  top: 50%;
  margin-left: -100px;
  transform: translateY(-50%);
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: rgb(184, 0, 0);
  font-weight: bold;
  font-size: 24px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
.next {
  margin-left: 740px;
  border-radius: 3px 0 0 3px;
}
.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
.slide:first-child {
  display: block;
}
.image_slide {
  left: 0%;
  top: 0%;
  width: 685px;
  height: 335px;
}
.numbertext {
  color: rgb(184, 0, 0);
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.section2 {
  display: flex;
  width: 100%;
  /*background-color: purple;*/
}
.grid-content {
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.img_frame {
  width: 90%;
  height: 365px;
  margin-left: 10px;
  color: rgb(184, 0, 0);
  border-radius: 25px;
  border: 2px solid rgb(184, 0, 0);
}
.scroll_head {
  position: absolute;
  background-color: rgb(184, 0, 0);
  color: rgb(251, 248, 248);
  margin-left: 7.5%;
  font-size: 25px;
  font-weight: bold;
  z-index: 5;
}
.scroll_1 {
  position: absolute;
  background-color: rgb(184, 0, 0);
  color: rgb(251, 248, 248);
  margin-left: 10%;
  font-size: 25px;
  font-weight: bold;
  z-index: 5;
}
.section3 {
  margin-top: -15%;
  display: flex;
  width: 100%;
  /*  background-color: purple; */
}

.section3 .info {
  display: flex;
  flex-direction: row;
  width: 33%;
}
.info .qrcode {
  width: 30%;
  /*  margin-top: -13%;
  margin-left: 3%; */
}
.info .info-text {
  font-size: bold;
  margin-top: 3%;
  margin-left: 7%;
  color: rgb(184, 0, 0);
}

.section3 .info2 {
  display: flex;
  flex-direction: row;
  width: 33%;
  /*  background-color: yellow; */
}
.info2 .qrcode1 {
  width: 30%;
  /*  margin-top: -13%;
  margin-left: 3%; */
}
.info2 .info2-text {
  font-size: bold;
  margin-top: 3%;
  margin-left: 7%;
  color: rgb(184, 0, 0);
}

.section3 .info3 {
  display: flex;
  flex-direction: row;
  width: 33%;
  /*  background-color: yellow; */
}
.info3 .info3-text {
  font-size: bold;
  margin-top: 3%;
  margin-left: 7%;
  color: rgb(184, 0, 0);
}

/* History Classes*/
.history_remainingpage {
  padding: 5px;
  flex-grow: 1;
  display: flex;
  position: relative;
  flex-direction: row;
  /*border: solid 1px  red; */
  justify-content: space-between;
  height: 380px;
  z-index: -1;
  margin-top: 9%;
  font-size: large;
}

.ghantalihistory {
  position: absolute;
  height: 55%;
  width: 40%;
  left: 5%;

  /*border: solid 1px orange;*/
}

.border-img {
  border: 10px solid transparent;
  padding: 50px;
  border-radius: 20px;
  background-image: linear-gradient(white, white),
    linear-gradient(to right, #fba904, #fd1707);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  margin-left: 55%;
  height: 419px;
  width: 443px;
}

.border-img .deviimage {
  position: relative;
  /*  right: 10.5%; 
  margin-top: -4%; 
  margin-left:-4%; */
  margin-top: -15.5%;
  margin-left: -15.5%;
  z-index: 1;
  /*border:solid 2px rgb(255, 0, 0);*/
}

/* History Classes*/
/* UPAKRAM */
.upakram {
  margin-top: 10%;
  margin-left: 10%;
  width: 80%;
  align-items: justify;
}
.upakram .upkramimg {
  width: 100%;
}
/*anushthan*/
.ghantalianushthan {
  margin-top: 10%;
  margin-left: 0%;
  width: 100%;
  color: rgb(184, 0, 0);
}
table {
  border-collapse: collapse;
  width: 100%;
  border: 2px solid rgb(184, 0, 0);
}

th,
td {
  text-align: center;
  padding: 9px;
}
.avhantext {
  position: relative;
  margin-left: 9%;
  margin-top: 9%;
  width: 80%;
  z-index: -1;
  font-size: 16.5px;
  color: rgb(184, 0, 0);
}
/* NIDHI */
.nidhitemplate {
  position: relative;
  padding: 10px;
  z-index: -1;
  text-align: left;
  margin-left: 5%;
  margin-top: 10%;
  font-size: 16.5px;
  color: rgb(184, 0, 0);
}

/*#element1 {
  width: 100%;
  height: 100%;
  margin-top: 0%;
  background-image: url("images/aarti.png");
}*/
/* AARTI */

.sectionaarti {
  position: fixed;
  top: 7%;
  width: 100%;
  height: 550px;
  display: flex;
  background-image: url("images/aarti.png");
  /*  background-repeat: no-repeat; */
  background-size: 100% 100%;
}
.img-garland1 {
  top: -0.5%;
  display: flex;
  width: 100%;
  height: 50px;
  margin-left: 5px;
  position: fixed;
  z-index: 10;
}

.deviaarti {
  position: absolute;
  margin-top: 5%;
  margin-left: 38%;
  z-index: 1;
  font-size: 16.5px;
  color: rgb(184, 0, 0);
}
/*trusteeplate*/
.trusteeplate {
  height: 77%;
  width: 30%;
  background-color: rgba(255, 255, 255, 0.13);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 58%;
  left: 48%;
  backdrop-filter: blur(1%);
  box-shadow: rgba(3, 2, 10, 0.3) 0px 0px 40px;
  border-radius: 2%;
  justify-content: center;
}
